From 3cfb369a5fccb767b8f29032ee49fe9a66000f12 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 3 May 1993 02:08:07 +0000 Subject: [PATCH] * make-dist: Distribute configure, as well as configure.in. Oversight. * make-dist: Distribute configure.in, instead of configure. --- make-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-dist b/make-dist index 60072c9ec0a..e82beca162a 100755 --- a/make-dist +++ b/make-dist @@ -100,7 +100,7 @@ mkdir ${tempdir} ### README while the rest of the tar file is still unpacking. Whoopee. echo "Making links to top-level files." ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir} -ln ChangeLog Makefile.in build-install.in configure ${tempdir} +ln ChangeLog Makefile.in build-install.in configure configure.in ${tempdir} ln make-dist ${tempdir} ### Copy config.sub; it's a cross-filesystem symlink. cp config.sub ${tempdir} -- 2.30.2